Fullscreen Image

Accruent Siterra 25.4 Release Notes

We're delivering this automatic upgrade to UAT environments on July 17, 2025 and to production environments on August 9, 2025.

Release notes are subject to change until the production release.

Users grid view

SP-57219

You can now create a view on the Users page with an MFA User column so that it displays in the list.

When you create or edit a view in the View Details dialog of the Users page, MFA User is now in the Available Columns list so that you can add it to Selected Columns and display it in the list.

PNG image will display here

  1. Click Admin > Users.

  2. Select View > New View or select an existing view and click the icon to the right of View.

  3. Select MFA User in Available columns, then click > to move it to Selected Columns.

  4. Click Save and Close.

PNG image will display here

Improvements and issues fixed

Component

Summary

Reference #

API

If your user has the role-based permissions to do so, you can now use the documents endpoint to GET a list of documents with a HTTP request. For example:

{baseApiPath}/documents/v1/documents

SP-54838

API

If your user has the role-based permissions to do so, you can now use the documents()/download endpoint to download documents with a HTTP GET request. For example:

{baseApiPath}/documents/v1/documents({{document id}})/download

SP-54839
API

If your user has the role-based permissions to do so, you can now use the documents/upload endpoint to upload documents with a HTTP PUT request. For example:

{baseApiPath}/documents/v1/documents({{document id}})/upload

SP-54840
API

If your user has the role-based permissions to do so, you can now use the documents HTTP endpoint to DELETE documents. For example:

{baseApiPath}/documents/v1/documents({{document id}})

SP-54841
API

If your user has the role-based permissions to do so, you can now use the GetDocumentTypesByCluster HTTP endpoint to GET document types by cluster using the SearchAreaNumber you provide. For example:

{baseApiPath}/documents/v1/doctypes/GetDocumentTypesByCluster(SearchAreaNumber='57771')

SP-54842

API

If your user has the role-based permissions to do so, you can now use the GetDocumentTypesByClusterName HTTP endpoint to GET document types by cluster name using the SearchAreaName you provide. For example:

{baseApiPath}/documents/v1/doctypes/GetDocumentTypesByClusterName(SearchAreaName='Test')

SP-54843

API

If your user has the role-based permissions to do so, you can now use the DocumentExtendedAttributes HTTP endpoint to PATCH a Document Extended Attribute. For example:

{baseApiPath}/ExtendedAttributes/v1/DocumentExtendedAttributes

SP-54885

API

If your user has the role-based permissions to do so, you can now use the SiteExtendedAttributes HTTP endpoint to PATCH a Site Extended Attribute. For example:

{baseApiPath}/ExtendedAttributes/v1/SiteExtendedAttributes

SP-54894

API

If your user has the role-based permissions to do so, you can now use the SiteExtendedAttributes/GetEADetailsBasedOnNameOrXMLName HTTP endpoint to GET Extended Attribute details for the Name or xmlName you provide. For example:

{baseApiPath}/ExtendedAttributes/v1/SiteExtendedAttributes/GetEADetailsBasedOnNameOrXMLName(name='' , xmlName='')

SP-54895